home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / yaos101.zip / yaos101.txt < prev    next >
Text File  |  1996-07-01  |  9KB  |  200 lines

  1. Upload Information Template for Hobbes
  2. ======================================
  3.  
  4. Archive Name: yaos101.zip
  5. Program Description: Yet Another OS/2 Shell
  6. Operating System/Version: Only tested on Warp 3.0
  7. Program Source: cplee@iti.gov.sg
  8. Replaces: yaos100.zip
  9.  
  10. Your name: LEE Cjin Pheow
  11. Your email address: cplee@iti.gov.sg
  12.  
  13. Proposed directory for placement: /os2/textutil/
  14.  
  15. Requires: emx.dll
  16.  
  17. -------------------------------------------------------------------------------
  18.         YAOS (Yet Another OS/2 Shell) version 1.01, Copyright 1996
  19.         ==========================================================
  20.                                 (FREEWARE)
  21.  
  22. This is a shell that runs on top of cmd.exe. The following is a list of its 
  23. features:
  24.  
  25.       * Unix-like file name completion using the <tab> key. A name is
  26.         completed with a space appended to the name if it is not a directory
  27.         entry.
  28.  
  29.       * A vcd-like quick directory changer. The command "ycd <directory>"
  30.         performs a quick change to the directory specified anywhere on the 
  31.         same drive. When the command is first issued on any drive, a directory
  32.         scan is carried out and the results stored in a file named "YCD_DAT"
  33.         in the root directory of that drive. Subsequently, YCD_DAT will be 
  34.         used whenever a ycd is called. If you make changes to the directory 
  35.         structure, you can cause yaos to rescan by deleting the YCD_DAT file. 
  36.         Currently, ycd do not support cross directory searches.
  37.         [Note: If you are on a networked drive and do not have write 
  38.         permissions, using ycd will result in a directory scan every time. 
  39.         (I have not personally tested ycd on a networked drive.)]
  40.  
  41.       * A history of previously used commands with ability
  42.         to access them using commands like: !!, !4, !v test.c
  43.         (those familiar with unix would know what I this is about).
  44.         Of course, the up & down cursor keys will scroll through
  45.         previous commands too. Also, by typing the initial characters of
  46.         recently used commands and using F1 or Up/Down arrow keys, a search
  47.         will be performed.
  48.  
  49.       * Ability to change directory to any [drive:\directory]
  50.         in a single command using the normal 'cd' command.
  51.  
  52.       * Full support for prompt setting in OS/2.
  53.  
  54.       * Full implementation of command line editing.
  55.  
  56.       * A popup window that displays the possible file names for
  57.         completion. You can scroll through the entries in this
  58.         popup window using the up and down arrow-keys, Home, End,
  59.         PageUp and PageDown keys. You can also search for a particular
  60.         file name by typing its name directly onto the popup window.
  61.         ['-w' option when starting YAOS]
  62.  
  63.       * Alt-H keystroke will bring up a popup window containing
  64.         commands that are stored in history. Again, you can scroll
  65.         through this list using the cursor keys, Home, End, PageUp &
  66.         PageDown keys. (The window will only appear if there are two or
  67.         more commands in history).
  68.  
  69.       * [-o] argument: Defaulting to overwrite mode on startup.
  70.  
  71.       * Directory name that is completed using <tab> will have the back slash
  72.         appended to the end of the name.
  73.  
  74.       * Implementation of aliases. You can define aliases in YAOS, save them
  75.         into a file and later retrieve them. You can also specify an alias
  76.         file when starting YAOS with the option [-s <filename>]. You have
  77.         to specify the full path name for the <filename> unless it is
  78.         located in the current directory. A total of up to 9 argument
  79.         replacements (from %1 to %9) is allowed in aliases. Chaining aliases is
  80.         no longer allowed. This is to prevent endless alias recursion. To read
  81.         or write an alias file inside YAOS, refer to online help on alias:
  82.         (Type:  '? alias' without the quotes at prompt.)
  83.         You can also unset an alias by using the unalias <keyword> command.
  84.  
  85.       * In the file name completion popup window, the maximum string that
  86.         is common to all possible names is matched. (Previously, matching
  87.         is done only up to what the user keys in before bringing up the popup
  88.         window.
  89.  
  90.       * Emacs like editing keys are implemented.
  91.                 Ctl-v   : PageDown
  92.                 Alt-v   : PageUp
  93.                 Ctl-p   : Previous Line
  94.                 Ctl-n   : Next Line
  95.                 Ctl-a   : Beginning of line
  96.                 Ctl-e   : End of Line
  97.                 Ctl-f   : Forward a character
  98.                 Ctl-b   : Back a character
  99.                 Alt-f   : Forward a word
  100.                 Alt-b   : Back a word
  101.                 Ctl-d   : Delete current character
  102.                 Ctl-k   : Delete till end of line
  103.  
  104.      * Instead of keying in the startup options from the command line, you
  105.        can define an environment setting in the config.sys file to hold
  106.        the options. For example, you can do the following:
  107.  
  108.              set YAOS=-wqs c:\yaos\alias.fil
  109.  
  110.        Moreover, you can overwrite the 'set' options from the command line.
  111.  
  112.      * In the filename completion popup window, after typing in one or more
  113.        characters, hitting the <Tab> key will cause YAOS to match again as
  114.        much as possible the likely completing file name.
  115.  
  116.      * Thanks to a sugguestion by David Begley from Australia, I have managed
  117.        to reduce the size of the file YAOS.EXE considerably.  Compare it
  118.        with the YAOS.EXE file prior to v0.9. Also, note that YAOS now uses
  119.        EMX.DLL. This will benefit those who run many applications compiled
  120.        using emx/gcc.
  121.  
  122.      * Recognizes different keyboard layouts.
  123.  
  124.      * Built-in "which <executable>" command to locate pathed executable files.
  125.  
  126.      * Changing to a directory is as simple as typing its name. If a pathed
  127.        executable of the same name exist, it will be executed instead.
  128.  
  129.      * Ability to execute any program upon YAOS startup with the "-x" option.
  130.  
  131.      * Ability to read in a file containing environment settings and aliases
  132.        with the "-s <filename>" option during startup or the "source <filename>"
  133.        command while in YAOS.
  134.  
  135.      * Hitting the <Esc> key clears the command line.
  136.  
  137.      * Use of the '&' character to detach a process like in Unix.
  138.  
  139.      * Built-in "kill <pid>" command to kill a process with id <pid>. <pid> can
  140.        be specified in hexadecimal (e.g., 0x261) or decimal (e.g., 609). Make
  141.        use of the OS/2 program "pstat /c" to find out the pids of active 
  142.        processes.
  143.  
  144. Read the file "new.txt" for what's new in this release
  145.  
  146. Obselete:
  147. ---------
  148. The following commandline options are no longer supported:
  149.    -m, -f, -i, -a, -r
  150.  
  151. Wish list:
  152. ----------
  153.      * Use of ';' separator for multiple commands   [User suggestion]
  154.      * Changing the window title when a command is executed. Currently, 
  155.        I have no idea how to do this. Maybe someone can enlighten me.
  156.      * Any reasonable feature requests from YOU!
  157.  
  158. This release is by no means a bug free version. However, I hope you will
  159. use and like YAOS. Suggestions and comments (including bug reports) are
  160. greatly welcomed.
  161.  
  162. Installation:
  163. -------------
  164. 1) Copy YAOS.EXE to a PATHed directory (e.g., C:\OS2)
  165.  
  166. 2) Copy EMX.DLL to a LIBRARY directory (e.g., C:\OS2\DLL)
  167. (Note: The EMX.DLL file included with YAOS should be used.
  168.        You may not use any earlier versions of the DLL files. If earlier
  169.        versions of the DLL files exist, you have to delete them. If not,
  170.        YAOS will not function properly.)
  171.  
  172. 3) Now you can safely run YAOS
  173.  
  174. NOTE: Failure to perform the above steps will result in improper execution
  175.       of YAOS.
  176.  
  177. PS:   You can also use the yaosinst.cmd REXX script to create an object on
  178.       your desktop. However, I would still recommend that you copy the DLL
  179.       file into a LIBRARY directory.
  180.  
  181. Credits:
  182. --------
  183. This release of YAOS would not have been possible without the patience and
  184. helpful comments from users like you. Special thank goes to Marko Teit